home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-2 / Inter.Net 55-2.iso / Mandrake / mdkinst / usr / bin / perl-install / diskdrake.rc < prev    next >
Encoding:
Text File  |  2000-01-12  |  816 b   |  38 lines

  1. style "font"
  2. {
  3.   # to be sure
  4.   font    = "-*-helvetica-medium-r-normal-*-*-80-*-*-*-*-*-*"
  5.   fontset = "-*-helvetica-medium-r-normal-*-*-80-*-*-*-*-*-*"
  6. }
  7.  
  8. style "red" = "font"
  9. {
  10.   bg[NORMAL] = { 1.0, 0, 0 }
  11.   bg[PRELIGHT] = { 0.9, 0, 0 }
  12. }
  13. style "green" = "font"
  14. {
  15.   bg[NORMAL] = { 0, 1.0, 0 }
  16.   bg[PRELIGHT] = { 0, 0.9, 0 }
  17.   fg[NORMAL] = { 0, 0, 0 }
  18. }
  19. style "blue" = "font"
  20. {
  21.   bg[NORMAL] = { 0, 0, 1.0 }
  22.   bg[PRELIGHT] = { 0, 0, 0.9 }
  23. }
  24. style "white" = "font"
  25. {
  26.   bg[NORMAL] = { 1.0, 1.0, 1.0 }
  27.   bg[PRELIGHT] = { 0.67, 0.67, 0.67 }
  28.   fg[NORMAL] = { 0, 0, 0 }
  29. }
  30.  
  31. widget "*Linux*"      style "red" 
  32. widget "*Ext2*"       style "red" 
  33. widget "*Linux swap*" style "green"
  34. widget "*Swap*"       style "green"
  35. widget "*FAT*"        style "blue"
  36. widget "*Empty*"      style "white"
  37. widget "*Other*"      style "font"
  38.